home *** CD-ROM | disk | FTP | other *** search
/ Netscape Plug-Ins Developer's Kit / Netscape_Plug-Ins_Developers_Kit.iso / CGIPERL / MACPERL / MSRCE418.HQX / Perl Source ƒ / Perl / perly.h < prev    next >
Encoding:
C/C++ Source or Header  |  1993-10-23  |  1.5 KB  |  87 lines

  1. #define WORD 257
  2. #define LABEL 258
  3. #define APPEND 259
  4. #define OPEN 260
  5. #define SSELECT 261
  6. #define LOOPEX 262
  7. #define DOTDOT 263
  8. #define USING 264
  9. #define FORMAT 265
  10. #define DO 266
  11. #define SHIFT 267
  12. #define PUSH 268
  13. #define POP 269
  14. #define LVALFUN 270
  15. #define CHOOSE 271
  16. #define FMIN1 272
  17. #define FUNC12 273
  18. #define WHILE 274
  19. #define UNTIL 275
  20. #define IF 276
  21. #define UNLESS 277
  22. #define ELSE 278
  23. #define ELSIF 279
  24. #define CONTINUE 280
  25. #define SPLIT 281
  26. #define FLIST 282
  27. #define FOR 283
  28. #define FILOP 284
  29. #define FILOP2 285
  30. #define FILOP3 286
  31. #define FILOP4 287
  32. #define FILOP22 288
  33. #define FILOP25 289
  34. #define FUNC0 290
  35. #define FUNC1 291
  36. #define FUNC2 292
  37. #define FUNC2x 293
  38. #define FUNC3 294
  39. #define FUNC4 295
  40. #define FUNC5 296
  41. #define HSHFUN 297
  42. #define HSHFUN3 298
  43. #define FLIST2 299
  44. #define SUB 300
  45. #define FILETEST 301
  46. #define LOCAL 302
  47. #define DELETE 303
  48. #define RELOP 304
  49. #define EQOP 305
  50. #define MULOP 306
  51. #define ADDOP 307
  52. #define PACKAGE 308
  53. #define AMPER 309
  54. #define FORMLIST 310
  55. #define REG 311
  56. #define ARYLEN 312
  57. #define ARY 313
  58. #define HSH 314
  59. #define STAR 315
  60. #define SUBST 316
  61. #define PATTERN 317
  62. #define RSTRING 318
  63. #define TRANS 319
  64. #define LISTOP 320
  65. #define OROR 321
  66. #define ANDAND 322
  67. #define UNIOP 323
  68. #define LS 324
  69. #define RS 325
  70. #define MATCH 326
  71. #define NMATCH 327
  72. #define UMINUS 328
  73. #define POW 329
  74. #define INC 330
  75. #define DEC 331
  76. typedef union {
  77.     int    ival;
  78.     char *cval;
  79.     ARG *arg;
  80.     CMD *cmdval;
  81.     struct compcmd compval;
  82.     STAB *stabval;
  83.     FCMD *formval;
  84. } YYSTYPE;
  85. extern YYSTYPE yylval;
  86. extern YYSTYPE yylval;
  87.